home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / renaisnc / rcnstrct.lha / Reconstruct / null.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-04  |  409 b   |  51 lines

  1. #include <stdio.h>
  2.  
  3. #include "Reconstruct.h"
  4.  
  5. #ifndef NULL
  6. #define NULL 0L
  7. #endif
  8.  
  9.  
  10. AnimateInitialize( XL,YL,XH,YH) 
  11.      double XL, XH, YL, YH;
  12. {
  13. }
  14.  
  15.  
  16. AnimateShadeCell( Boundary, Sample )
  17.      RectType *Boundary;
  18.      SampleData *Sample;
  19. {
  20. }
  21.  
  22.  
  23. void Animate (Animation)
  24.      char *Animation;
  25. {
  26.  
  27.  
  28. static void AnimateReDraw()
  29. {
  30. }
  31.  
  32.  
  33.  
  34. AnimateDoEvent()
  35. {
  36. }
  37.  
  38. int AnimateCheckInput()
  39. {
  40. }
  41.  
  42.  
  43. AnimateExit()
  44. {
  45. }
  46.   
  47.  
  48.  
  49.  
  50.